(struct w32_display_info) <x_highlight_frame>: Renamed from
authorKim F. Storm <storm@cua.dk>
Fri, 30 Aug 2002 13:20:36 +0000 (13:20 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 30 Aug 2002 13:20:36 +0000 (13:20 +0000)
w32_highlight_frame.

src/w32term.h

index a2620ecff5b379e9ebe4fd6ff8670ca4b3f0edd7..5b0c5401c252470da4d2230c7b3fea4919ff4c82 100644 (file)
@@ -227,7 +227,7 @@ struct w32_display_info
      event).  It points to the focus frame's selected window's
      frame.  It differs from w32_focus_frame when we're using a global
      minibuffer.  */
-  struct frame *w32_highlight_frame;
+  struct frame *x_highlight_frame;
 
   /* Cache of images.  */
   struct image_cache *image_cache;